home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / jwlthief.zip / JWLTHIEF.RC < prev    next >
Text File  |  1990-04-12  |  2KB  |  59 lines

  1. ;  7/27/88 Added customization comments -- acr
  2.       
  3. #include "windows.h"
  4. #include "actor.h"
  5.  
  6. ; include your application's icon here
  7. work       ICON  work.ico
  8. funicon    ICON   jwlthief.ico
  9. funcur     CURSOR jwlthief.cur
  10. funman     BITMAP jwlthief.bmp
  11.  
  12. STRINGTABLE
  13. BEGIN
  14. ; substitute your application name in the next two strings.
  15.         IDSNAME, "Jewel Thief"
  16.         IDSAPP,  "JWLTHIEF.IMA"
  17.  
  18.         dosError, " reported DOS error# "
  19.  
  20.         150, "Attempted to move freed object:"
  21.         151, "Adding to scavenger list:"
  22.         152, "Dynamic memory is full."
  23.         153, "Free list is corrupted."
  24.         154, "Scavenge list is full."
  25.         155, "Out of object pointers."
  26.         156, "Snapshot write failed."
  27.         157, "Snapshot load failed."
  28.         158, "Not enough memory to run Jewel Thief."
  29.         159, "Not enough dynamic for static gc."
  30.         160, "Actor Display"
  31.         161, "Requires higher static setting."
  32.         162, "Requires higher dynamic setting."
  33.         163, "ACTOR Version 1.0"
  34.         164, "Windows/Actor stack overflowed  "
  35.         165, "Windows/Actor stack underflowed "
  36.         166, "Actor stack overflowed"
  37.         167, "Corrupted object memory"
  38.         168, "Actor symbol table is full"
  39.         169, "Local Alloc Fail"
  40.         170, "Actor Front End Application not found"
  41.         171, "Snapshot not allowed in current mode."
  42.         172, "Out of disk space for Actor swap file."
  43.         173, "Object swapin disk error."
  44.         174, "Object swapout disk error."
  45.         175, "Insufficent static mem for swapin."
  46. END     
  47. ABOUT_BOX DIALOG LOADONCALL MOVEABLE DISCARDABLE -1, 12, 173, 119
  48. STYLE  WS_POPUP | WS_DLGFRAME
  49. BEGIN
  50.    CONTROL "Jewel Thief v2.0", 100, "static", SS_CENTER | WS_CHILD, 48, 9, 72, 8
  51.    CONTROL "Copyright \xA9 1990 - MEDSTAT Systems, Inc.", 102, "static", SS_LEFT | WS_CHILD, 3, 102, 163, 8
  52.    CONTROL "Thief!", 104, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 60, 78, 50, 14
  53.    CONTROL "Have fun collecting colored jewels.", 105, "static", SS_CENTER | WS_CHILD, 12, 36, 45, 35
  54.    CONTROL "funman", 106, "static", SS_ICON | WS_CHILD, 78, 45, 16, 17
  55.    CONTROL "Don't let the guard 'beep' you!", 107, "static", SS_CENTER | WS_CHILD, 117, 36, 42, 33
  56.    CONTROL "by Paul Ligeski", 108, "static", SS_LEFT | WS_CHILD, 54, 18, 64, 8
  57. END
  58.  
  59.